debugging program造句
例句与造句
- Built - in wide plus series hart debugging program
内置上润wide plus系列hart调试程序 - The focus switches back to the debugged program
焦点切换回调试的程序。 - Debugging program and analyzing result .
程序的调试和结果分析。 - Microprocessor debugging program
微处理机除错程序 - You can break any debugged program from the processes dialog box
可以通过“进程”对话框中断任何已调试的程序。 - It's difficult to find debugging program in a sentence. 用debugging program造句挺难的
- A breakpoint that are inserted in object code to cause a branch to a debug program at proper times and places
在目的代码中安插的断点,使得执行在适当的时间和位置上转向查错程序。 - When debugging program compiled from the command line , dgbclr rereads the compiled program each time you start debugging
当调试从命令行编译的程序时, dgbclr在您每次开始调试时都会重新读取编译的程序。 - When debugging program compiled from the command line , visual studio rereads the compiled program each time you start debugging
当调试从命令行编译的程序时, visual studio在您每次开始调试时都会重新读取编译的程序。 - After reading this article , you ll understand why and how to interactively diagnose glitches in pre - debugged programs and you ll have access to some java tools to facilitate your work
阅读本文后,您将理解在预调试( pre - debugged )程序中交互地诊断小错误的做法及原因,您将能够使用一些java工具来方便您的工作。 - The simulation of the addressing mode provides the possibility for the instruction simulation , and the simulation of the interrupt , timer and serial port lets the simulator implement the functions of the interrupt , timer and serial like a processor , and the program control simulation provides the possibility for running the program . this function is also the base for debugging program , which can set step running mode , set break points by using this program
寻址方式的模拟为指令的模拟提供了可能,中断、定时器和串行口的模拟使模拟器可以象处理器一样完成中断功能、定时功能和串行通讯功能,程序控制的模拟为程序运行提供了可能,这一功能又是调试程序的基础,通过这个程序程序可以单步执行,设断点执行。 - As a crucial embedded development tool , the embedded system debugger is usually used to debug and test embedded software 。 a embedded system debugger consists of a cross debugger and a debugger agent , which characteristic lies in the separation of running environments between the cross debugger and the debuggee and the dependence on the gdb agent in the debug session 。 with the development of embedded technique , various embedded debug techniques continuously advance and all kinds of embedded system debuggers are playing a more and more important role in the embedded software development 。 the gnu debugger , gdb as a tool in the gnu toolkits , is an extremely powerful source - level debugger 。 among gdb ’ s many noteworthy features , its ability to debug programs “ remote ” is fascinating 。 this capability is not only essential when porting gnu tools to a new operation system or microprocessor , but it ’ s also useful for developers who need to debug an embedded system based on a processor that gnu already supports 。 gdb is the preferred solution in embedded development because it provides portable , sophisticated debugging over a broad rang of embedded systems 。 this paper discusses the status quo of various embedded system debuggers ; deeply analyses the overall structure of gdb and the debugging mechanism of gdb based on its source codes ; introduces the gdb ’ s remote debug technique and gdb / mi , which are usually used to develop the gdb - based embedded system debugger 。 then dwells on how to use gdb / mi to develop a gui front and how to use rsp 、 stub and gdbserver to design a debug agent , in order to expatiate on the design method of the gdb - based embedded system debugger 。 in the end , provides a concrete implementation of the gdb - based embedded system debugger of “ embedded simulation development platform ” , the project of the innovation fund for technology based firms 。
这个特性不仅在将gnu工具移植到一个新的操作系统和微处理器的时候很有用,对于想调试一个基于gnu支持的芯片的嵌入式系统的开发人员来说,也是非常有用的。由于gdb提供了在大多数嵌入式系统上的可移植的、复杂的调试功能,它已成为嵌入式开发的首选解决方案。本文讨论了当前的各种嵌入式调试器的现状,结合源代码详细分析了gdb的结构和调试原理,介绍了开发基于gdb的嵌入式系统调试器常用的远程调试技术和gdb / mi接口;然后详细阐述了如何使用gdb / mi开发gdb的图形前端和怎样使用rsp协议、 stub和gdbserver设计一个调试代理,从而较深入地讨论了基于gdb的嵌入式调试器的设计方法;最后,结合国家中小型企业创新基金项目“嵌入式仿真开发平台” ,给出了一个基于gdb的嵌入式系统调试器具体实现。 - So elf ( executable and linkable format ) . a kind of object file format , and stabs , a kind of format presenting debugging information , are introduced in detail . and how to abstract and process debugging information from object file are discussed deeply . one of debugging features in embedded software development environment is that the running hardware platform of debugged program and that of debugger are not discordant , so cross debugging function of debugger has to be implemented
调试器的设计和实现总是在分析带调试信息的特定目标文件格式基础上而进行的,论文详细地介绍了elf ( executableandlinkableformat )目标文件格式和stabs调试信息表示格式,并对调试器如何实现提取和进一步加工这些调试信息作了较深入的论述。 - And a kind of remote serial protocol is introduced , through which the interaction between debugger and debugged program is implemented . sub - debugger and ocd ( on - chip debugging ) . two debugging modes in common use in embedded software development , are discussed too . finallybased on the cross debugger of x86 and powerpc86o on the nt platform , of which the author participates in the development . the data structure used to process and abstract debugging information is presented . the implementation methods of functions in common use are introduced . and the specific implementation algorithms of partial functions are supplied also
被调试程序的运行硬件平台与调试器本身的运行平台的不一致性就要求嵌入式系统软件开法环境中的调试器具有交叉调试功能,论文介绍了一种常用的远程串行通信协议,通过该协议可完成调试器与被调试程序的交互,并对嵌入式系统软件开发环境中两种常用的远程调试方式stub - debugger与ocd ( on - chipdebugger )的特点与实现作了论述。